home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 July / Macworld (1999-07).dmg / Games World / Shareware Games / Sokoban 2.4.2a / Making your own levels / Make your own levels next >
Text File  |  1998-03-05  |  1KB  |  61 lines

  1. ; You can open this file and play these levels from Sokoban
  2. ; (the levels are from the IQ Carrier collection). Use the
  3. ; “Play Levels From File” command on the File menu.
  4.  
  5. ; For more information about making levels, look
  6. ; in the “Sokoban docs” file. Here’s a short summary:
  7.  
  8. ; Symbols used in the screen files:
  9. ; “ ” (space)—An empty space (floor)
  10. ; “#”—Walls (the walls will be curved and shadowed automatically)
  11. ; “.”—Target or goal square
  12. ; “$”—Treasure
  13. ; “*”—Treasure on a goal area
  14. ; “@”—You (the player)
  15. ; “+”—You standing on a goal square.
  16.  
  17. ; Either save the file and open it from Sokoban’s File menu,
  18. ; or under System 7.5 or later, select the level and drag it
  19. ; to Sokoban’s main window.
  20.  
  21. ; Lines beginning with a semicolon “;” are ignored.
  22. ; This is a good way to add comments about the level.
  23.  
  24. ; A level may have an optional title, enclosed in quotation marks.
  25. ; Remember to use straight quotation marks ' and " instead of the
  26. ; curly ones “ ‘ ” ’.
  27.  
  28. "This is the title"
  29.   ####
  30.   #@ #
  31. ###  ####
  32. #  .*   #
  33. # $.. $ #
  34. ### $####
  35.   #  #
  36.   ####
  37.  
  38. ; Separate levels with a blank line, a comment, or a title.
  39. ; You can put comments anywhere except in the middle of a level.
  40.  
  41. "Another level"
  42.    #####
  43. ####.  ##
  44. # $.$.  #
  45. #@$# #$ #
  46. # $. .  #
  47. ####$#$ #
  48.   #. .  #
  49.   #######
  50.  
  51. ; If you install the enclosed Sokoban font, you should see a 
  52. ; graphical version of the next level.
  53.  
  54.    ######
  55. ####.  @#
  56. #  $$$  #
  57. #.##.##.#
  58. #   $   #
  59. #  $.# ##
  60. ###    #
  61.   ######